Skip to content

Instantly share code, notes, and snippets.

@troyfontaine
troyfontaine / 1-setup.md
Last active August 3, 2026 19:46
Signing your Git Commits on MacOS

Methods of Signing Git Commits on MacOS

Last updated March 13, 2024

This Gist explains how to sign commits using gpg in a step-by-step fashion. Previously, krypt.co was heavily mentioned, but I've only recently learned they were acquired by Akamai and no longer update their previous free products. Those mentions have been removed.

Additionally, 1Password now supports signing Git commits with SSH keys and makes it pretty easy-plus you can easily configure Git Tower to use it for both signing and ssh.

For using a GUI-based GIT tool such as Tower or Github Desktop, follow the steps here for signing your commits with GPG.

VPN нужен любому человеку пользующимся интернетом в России. Другой вопрос - какой VPN всё ещё работает и как его достать? Благодаря людям и их ответам в VPN-треде, был составлен данный список.

Примечание: Возможно вам не требуется VPN для обхода блокировок, сначала посмотрите Дополнительные инструменты.

Легенда
⚠️ Ограниченный трафик
@rxaviers
rxaviers / gist:7360908
Last active August 3, 2026 19:41
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@zekesonxx
zekesonxx / homelab.md
Last active August 3, 2026 19:38
Zoey's Homelab Culture Guide

Zoey's Homelab Culture Guide

  1. Don't just say hello
  2. Don't ask to ask
  3. Don't use UNRAID
  4. Ask for help with what you want to actually do, not a piece of the puzzle you think will get you there.
  5. #offtopic is 80% shitposting. #general and #general_deux are 20% shitposting. Learn to distinguish the shitposting from actual advice.
  6. We are not a replacement for googling / looking things up. We're happy to point you in the right direction, but if you want something that can be easily found online, you're getting linked to LMGTFY/LMDDGTFY.
    Bad question example: "What's the difference between Docker and VMs?"
  7. Everyone has their own opinions about what's good and what's bad. Human subcultures are nested fractally. There's no bottom. You've found a fractal nest of bored sysadmins arguing about
@liangfu
liangfu / ffmpeg.md
Created May 24, 2017 04:46 — forked from protrolium/ffmpeg.md
using ffmpeg to extract audio from video files

ffmpeg

Converting Audio into Different Formats / Sample Rates

Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma

You can get the list of supported formats with:
ffmpeg -formats

Convert WAV to MP3, mix down to mono (use 1 audio channel), set bit rate to 64 kbps and sample rate to 22050 Hz:

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active August 3, 2026 19:27
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@billchurch
billchurch / rtl_433_proxmox_docker_lxc.md
Last active August 3, 2026 19:26
rtl_433 proxmox lxc and docker

Boris Cherny’s 10 team-sourced tips for using Claude Code

See Boris’s post: these tips come from the Claude Code team, and there’s no single “right” setup—experiment and keep what works.

1) Do more in parallel

  • Run 3–5 Claude sessions at once, one per task.
  • The team’s preferred approach is git worktree so each session has its own isolated working directory.
  • Some folks also keep a dedicated “analysis” worktree for log reading / BigQuery-style investigation.

2) Start complex tasks in plan mode

@zAstergun
zAstergun / CompleteDiscordQuest.md
Last active August 3, 2026 19:22 — forked from aamiaa/CompleteDiscordQuest.md
Discord Missões Orb (PT-BR)

Caution

A partir de 7 de abril de 2026, o Discord expressou sua intenção de reprimir a automatização da conclusão de missões.

Alguns usuários receberam a seguinte mensagem do sistema:

image Não há muito que eu possa fazer para tornar o script indetectável, então use-o por sua conta e risco, pois você provavelmente SERÁ sinalizado ao fazê-lo.

Complete Recent Discord Quest (Versão PT-BR aprimorada)

@Kali-404
Kali-404 / CompleteDiscordQuest.md
Created August 3, 2026 19:14 — forked from zAstergun/CompleteDiscordQuest.md
Discord Missões Orb (PT-BR)

Caution

A partir de 7 de abril de 2026, o Discord expressou sua intenção de reprimir a automatização da conclusão de missões.

Alguns usuários receberam a seguinte mensagem do sistema:

image Não há muito que eu possa fazer para tornar o script indetectável, então use-o por sua conta e risco, pois você provavelmente SERÁ sinalizado ao fazê-lo.

Complete Recent Discord Quest (Versão PT-BR aprimorada)